Skip to main content
Version: 5.3.0.0

Security

Group "Security"​

ParameterDescription
check.client.ipVerifies whether the IP address of the browser matches the IP address used during user login.
hide.process.variablesWhen set to true, messages can only be displayed by users with the role Show.hidden.variables. Local variables are hidden, and process variables are hidden based on their protection level.
ignore.vulnerabilitiesWhen set to true, Orchestra will stop checking for security vulnerabilities.
notification.days.before.expirationDefines how many days in advance notifications are sent before credentials expire.
notification.expiration.endtimeThe time (00:00–23:59) at which the daily credential expiration check ends.
notification.expiration.starttimeThe time (00:00–23:59) at which the daily credential expiration check begins.
notification.frequency.checkSpecifies how often (interval) credentials are checked for expiration.
password.expiration.daysDefault number of days until a password expires (0 = no expiration).
password.minimum.enabledEnables (true) or disables (false) the minimum password length requirement.
password.minimum.lengthSpecifies the minimum number of characters required for a password.
password.regex.enabledEnables (true) or disables (false) regex-based password validation.
password.regex.statementThe regular expression a valid password must match.
password.special.sign.enabledEnables (true) or disables (false) the requirement for special characters in passwords.
password.upper.lower.enabledEnables (true) or disables (false) the requirement for both upper- and lowercase letters in passwords.
process.variable.default.protectionDefines how variables with protection level DEFAULT are treated (applies only if hide.process.variables is enabled).
Allowed values: PRIVATE, PUBLIC.